home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Paparazzi!: Tales of Tinseltown
/
Paparazzi - Tales of Tinseltown (1995)(Activision)(Disc 1 of 2).iso
/
pprazia1.dir
/
01010_Script_6N NoBuyers Continue Script
< prev
next >
Wrap
Text File
|
1995-05-21
|
441b
|
23 lines
on mouseDown
put "ContinueBTN" into f
put "ContinueBTNHL" into fHL
hiliter 23, f, fHL
puppetsound "button.aif"
updatestage
end MouseDown
on mouseUp
global theMovieName, MOTEL, CHEEVERS, g01A, g02A
if theMovieName = "P05N01A.mov" then
set Cheevers = "c"
set g01A ="x"
end if
if theMovieName = "P06N02A.MOV" then
set MOTEL = "c"
set g02A = "x"
end if
GameContinue
end mouseUp